home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / GRUNT031.ZIP / CONFIG.DAT < prev    next >
Encoding:
Text File  |  1995-10-28  |  3.0 KB  |  77 lines

  1. # ┌─┐┌──────────────────────────────────────────────────────────────────┐
  2. # │*││▄█████▄ ██████▄ ██   ██ ▄█████▄ ███████                           │
  3. # │*││██  ▄▄▄ ██   ██ ██   ██ ██   ██   ▐█▌                             │
  4. # │*││██   ██ ██████  ██   ██ ██   ██   ▐█▌                             │
  5. # │*││▀█████▀ ██  ▀██ ▀█████▀ ██   ██   ▐█▌                             │
  6. # └─┘└──────────────────────────────────────────────────────────────────┘
  7. # ┌─┐┌──────────────────────────────────────────────────────────────────┐
  8. # │*││ (c)1995 by Michael S. Hoenie - All Rights Reserved.              │
  9. # └─┘└──────────────────────────────────────────────────────────────────┘
  10.  
  11. #
  12. # This is the configuration file for GRUNT. You must simply edit this
  13. # file with any text editor, filling in the information within the
  14. # variables.
  15.  
  16. # ─────────────────────────────────────────────────────────────────────────── #
  17. # Timer on "MORE!" Prompts. This is a timer that counts down from 60 seconds
  18. # on the "MORE!" prompts. If you wish this toggled, use VAR1=TRUE, otherwise,
  19. # use "VAR1=FALSE". The default is FALSE.
  20. #
  21. VAR1=FALSE
  22.  
  23. # ─────────────────────────────────────────────────────────────────────────── #
  24. # Display Sysops Name. For registered versions of GRUNT, some sysops run
  25. # anonymous BBS's. For those of you who do, toggle this as VAR2=FALSE and
  26. # your name will not be displayed. The default is TRUE.
  27. #
  28. VAR2=TRUE
  29.  
  30. # ─────────────────────────────────────────────────────────────────────────── #
  31. # Location of GRUNT General File Directory.         ** IMPORTANT **
  32. #
  33. VAR4=GEN
  34.  
  35. # ─────────────────────────────────────────────────────────────────────────── #
  36. # Location of GRUNT Lock File Directory.            ** IMPORTANT **
  37. #
  38. VAR5=LOCK
  39.  
  40. # Location of DUNGEON File Directory.               ** IMPORTANT **
  41. #
  42. # This is the location of all dungeon files. It is very important that this
  43. # variable be set correctly, or GRUNT will not be able to load the
  44. # dungeon.
  45. #
  46. VAR8=DUNGEON
  47.  
  48. # ─────────────────────────────────────────────────────────────────────────── #
  49. # Number of days to delete a player after inactivity.
  50. #
  51. VAR10=7
  52.  
  53. # ─────────────────────────────────────────────────────────────────────────── #
  54. # Communications Routines Driver.
  55. #
  56. # Use VAR13=FOSSIL            - for fossil driver BNU
  57. # Use VAR13=INTERNAL          - for internal routines
  58. #
  59. # NOTE: AT THIS MOMENT, ONLY FOSSIL IS SUPPORTED!!!
  60. #
  61. VAR13=FOSSIL
  62.  
  63. # ─────────────────────────────────────────────────────────────────────────── #
  64. # Player Interaction.
  65. #
  66. # GRUNT allows players to attack and kill each other. This can be rather
  67. # disturbing for some players who have played many hours, only to be
  68. # killed by a higher-level player. Set VAR14=Y to allow players to attack
  69. # each other, or set VAR14=N to not allow this. Players cannot attack other
  70. # players who are levels 1 and 2 regardless of VAR14.
  71. #
  72. VAR14=Y
  73.  
  74. # ─────────────────────────────────────────────────────────────────────────── #
  75. # End of configuration file.
  76. #
  77.